home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / rc-1.000 / rc-1 / rc-1.5-linux / sigmsgs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-24  |  97 b   |  6 lines

  1. typedef struct {
  2.     char *name, *msg;
  3. } Sigmsgs;
  4. extern Sigmsgs signals[];
  5. #define NUMOFSIGNALS 29
  6.